-
-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sqlite3 v5 #953
Sqlite3 v5 #953
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #953 +/- ##
=======================================
Coverage 10.06% 10.06%
=======================================
Files 173 173
Lines 5834 5834
Branches 1366 1366
=======================================
Hits 587 587
Misses 5247 5247
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@mtxr the aim of this PR is to resolve #858 and maybe #921. I had also hoped to remove the need for install-time dependency resolution and building (see commit history of the PR), but failed at this so reverted that experiment's three commits. The branch passed basic testing I performed using the /test/project.code-workspace |
Zip of a manual build of the driver VSIX from this PR. |
This is for convenience, so test VSIX can be built easily on Windows.
Use sqlite@5.0.11 instead of @4.2.0